projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45f22c
)
luci-app-ddns: excise luci-lua-runtime depends
author
Paul Donald
<
[email protected]
>
Thu, 21 Nov 2024 17:55:02 +0000
(18:55 +0100)
committer
Paul Donald
<
[email protected]
>
Thu, 21 Nov 2024 18:09:17 +0000
(19:09 +0100)
Signed-off-by: Paul Donald <
[email protected]
>
(cherry picked from commit
8efe23f3be44a28b872f2cb78b5bac5c8ff7e0a3
)
applications/luci-app-ddns/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-ddns/Makefile
b/applications/luci-app-ddns/Makefile
index 579843665c7521bc22805c234d484c7f31365a6a..176a3ffb8092b54873fb32e29d70dbe08fa3e50f 100644
(file)
--- a/
applications/luci-app-ddns/Makefile
+++ b/
applications/luci-app-ddns/Makefile
@@
-12,8
+12,7
@@
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Ansuel Smith <
[email protected]
>
LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
-LUCI_DEPENDS:=+luci-base +luci-lua-runtime +ddns-scripts
-LUCI_PKGARCH:=all
+LUCI_DEPENDS:=+luci-base +ddns-scripts
include ../../luci.mk